
/* 兼容 IE和其它浏览器的 不透明度设置！
{
    filter:alpha(opacity=50);
    opacity: 0.5;
}
*/


/*  清除浮动的方法 第4种方法  */
XXXX::after{
    /* 设置添加的子元素的内容为空 */
    content: "";
    /* 设置添加的子元素为块级元素 */
    display: block;
    /* 设置添加的子元素的高度为0 */
    height: 0;
    /* 设置添加的子元素看不见 */
    visibility: hidden;
    /* 给添加的子元素设置clear: both; */
    clear: both;
}
XXXX{
    /*兼容IE6*/
    *zoom:1;
}

/*---------------------------------------------------------*/

/*  清除浮动的方法 第5种方法  */
XXXX{
........
........
    /* 超出隐藏 */
overflow: hidden;
    /* 兼容IE6 */
    *zoom:1;
}

/*---------------------------------------------------------*/

.page_other{
    width:100%;
    height:500px;
}

/*   清除左右浮动，使父层div有自己的高度  */
.clear_float_both{
	font: 0px/0px sans-serif;
	clear: both;
	display: block;
}

.no_margin_right{
    margin-right: 0 !important;
}

.no_border_right{
    border-right: 0 !important;
}

.color_484747{
    color:#484747 !important;
}

.color_13283a{
    color:#13283a !important;
}

.color_ff7437{
    color:#ff7437 !important;
}

.color_ffffff{
    color:#ffffff !important;
}

.font_bold{
    font-weight: bold;
}

.bg_F5F5F5{
    background-color: #F5F5F5;
}


.bg_4ba0ce{
    background-color: #4ba0ce;
}



.float_left{
    float:left;
}

.float_right{
    float:right;
}

.text_align_center{
    text-align: center;
}

.text_align_right{
    text-align: right;
}

.mg_top_20{
    margin-top: 20px !important;
}

.mg_top_35{
    margin-top: 35px !important;
}

.mg_right_35{
    margin-right: 35px !important;
}

.mg_left_164{
    margin-left: 164px !important;
}

.no_border{
    border: none !important;
}

.no_padding_top{
    padding-top: 0 !important;
}

.width_190{
    width: 190px !important;
}

.width_270{
    width: 270px !important;
}

.position_relative{
    position: relative;
}

.overflow_visible{
    overflow:visible !important;
}

.overflow_hidden{
    overflow:hidden !important;
}

/***** 公共样式 ***********/
.out_div{
    width: 100%;
}



.w1200{
    width: 1200px;
    margin: 0 auto;
}



/*  设置 页面中的视频 居中显示！  */
.news_player_class{
	margin:0 auto;
}


/*  顶部top区  */
.page_top{
    width: 100%;
}

.page_top .left_logo{
    float: left;
    width: 521px;
    height: 95px;
    background: url(../../images/logo.png) no-repeat;
}

.page_top .right_site{
    float: right;
}

.page_top .phone{
    float: right;
    margin-top: 24px;
}

.page_top .phone .phone_img{
    float: right;
    width: 38px;
    height: 38px;
    background: url(../../images/img_1.png) no-repeat;
    margin-top: 3px;
}

.page_top .phone .phone_num{
    float:left;
    margin-right: 5px;

}

.page_top .phone .phone_num .top{
    color: #333333;
    font-size: 13px;
    text-align: right;
	font-family:SimSun;	
}

.page_top .phone .phone_num .bottom{
    color: #ff5603;
    font-weight: bold;
    font-size: 24px;
	font-family:Arial;
}


/*  页面顶部nav导航区  */
.page_nav{
    width:100%;
	height:45px;
	background-color:#f1f1f1;
}

.page_nav ul{
    width:100%;
}

.page_nav .column{
	height:45px;
	line-height:45px;
	float:left;
    position:relative;
    text-align: center;
    width: 147px;
}



.page_nav .column:hover > .img{
    background: url(../../images/img_2.png) no-repeat;
    background-size: 100% 100%;
    background: url(../../images/img_2.png) no-repeat;
}


.page_nav .column .img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 171px;
    height:46px;
    z-index: 10;
}

.page_nav .column .alink{
    z-index: 100;
    color:#000000;
	font-size:18px;
	width:100%;
	height:100%;
    display:inline-block;
    text-decoration:none;
    position: relative;
    overflow: hidden;
}


.page_nav .column .alink:hover{
    color:#ffffff;
}


    /*display:inline-block;*/
    /*margin-left:33px;
    margin-right:33px;*/

.page_nav .column a span{
    float:left;
    margin-left: 38px;
}

.page_nav .column .subcolumn{
    width:100%;
	display:none;
	position:absolute;
	left:0;
    top:45px;
    z-index: 1000;
    /*padding-bottom: 5px;*/
    background-color: #ff5a03;
}

.page_nav .column .subcolumn a{
    display:block;
    /*width:100%;*/
	height:47px;
	line-height:47px;
    text-align:center;
	color:#ffffff;
	background-color:#ff5a03;
    text-decoration:none;
    font-size: 16px;
    border-top: 1px solid #ff8030;
    overflow: hidden;
    padding: 0 5px;
}

.page_nav .column .subcolumn a:hover{
    background-color: #ffb400;
}



/*  公共标题区  */
.title_top{
    width: 100%;
    text-align: center;
    line-height: 80px;
}

.title_top .title_name{
    display: inline-block;
    font-size: 32px;
    color:141414;
    text-decoration: none;
}

.title_top .bg1{
    background: url(../../images/img_3.png) center bottom no-repeat;
}

.title_top .bg2{
    background: url(../../images/img_24.png) center bottom no-repeat;
}

.title_top .msg{
    font-size: 18px;
    color:#888888;
    text-align: center;
    line-height:30px;
}

.title_top2{
    width: 100%;
    text-align: center;
}

.title_top2 .title_name{
    display: inline-block;
    font-size: 32px;
    text-decoration: none;
}

.title_top2 .title_name a:hover{
    color: #ff5a03 !important;
}

.title_top2 .msg{
    text-align: center;
    line-height:48px;
}

.title_top2 .msg .txt{
    display: inline-block;
    margin:0 10px;
    font-size: 18px;
    color:#ffffff;
}

.title_top2 .msg .line{
    display: inline-block;
    width:120px;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    vertical-align: middle;
}

.title_top2 .msg .txt span{
    margin: 0 17px;
    font-size: 18px;
    color:#ffffff;
    cursor: pointer;
}

.title_top2 .msg .txt span:hover{
    color: #ff5a03;
}

.title_top2 .msg .txt .curr{
    color:#ff5a03;
}


/*  底部footer区  */
.page_footer{
    width: 100%;
    padding: 33px 0;
    background-color: #464a53;
}

.page_footer .msg{
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.page_footer .msg a{
    color: #ffffff;
    font-size: 16px;
}

.page_footer .msg a:hover{
    color: #ff5903;
}


/*  子栏目banner区  */
.out_div .banner_column{
    width: 100%;
    height: 298px;
    position: relative;
}

.out_div .banner_column .column_name{
    position: absolute;
    top: 50%;
    left: 58.38%;
    margin-top: -36.5px;
}

.out_div .banner_column .column_name2{
    position: absolute;
    top: 50%;
    left: 14.38%;
    margin-top: -36.5px;
}

.banner_column .column_name .txt_chs,
.banner_column .column_name2 .txt_chs {
    font-size: 37px;
    color: #ffffff;
}

.banner_column .column_name .txt_eng,
.banner_column .column_name2 .txt_eng {
    font-size: 17px;
    color: #ffffff;
    width: 182px;
    text-align: right;
}

/*  子栏目path路径区  */
.column_path{
    width:100%;
    height: 63px;
    line-height: 63px;
}

.column_path .current_column{
    /*color: #005fac;*/
    color: #ff5903;
}

.column_path span, .column_path a, .column_path_general a {
     font-size: 16px;
}


/*  左边通用的栏目   */
.basic_left_site{
    width: 220px;
    float: left;
}

.basic_left_site .first{
    height: 70px;
    line-height: 70px;
    background-color: #0360ad;
}

.basic_left_site .first a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.basic_left_site .sub_column{
    width: 100%;
}

.basic_left_site .sub_column li{
    width: 100%;
    height: 60px;
}

.basic_left_site .sub_column li{
    display: inline-block;
    width:218px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.basic_left_site .sub_column li:hover{
    background-color: #efefef;
    border: 1px solid #e5e5e5;
}

.basic_left_site .sub_column li.curr{
    color:#ff5601;
}

.basic_left_site .sub_column li:hover{
    color:#ff0000;
}


.basic_left_site .bottom{
    width: 100%;
    text-align: center;
    background-color: #ffffff;
    padding-top: 21px;
    padding-bottom: 25px;
    margin-top: 20px;
}


.basic_left_site .bottom .phone{
    width: 100%;
    text-align: center;

}

.basic_left_site .bottom .phone .left{
    width: 44px;
    height: 46px;
    background: url(../../images/img_21.png) no-repeat left 1px;
    float: left;
    margin-left: 13px;
}

.basic_left_site .bottom .phone .right{
    float: right;
    margin-right: 12px;
}

.basic_left_site .bottom .phone .right .num{
    font-size: 22px;
    /*color: #005fac;*/
    color: #005fac;
    font-family: simhei;
    font-weight: 900;
    height: 26px;
}

.basic_left_site .bottom .phone .right .txt
{
    text-align: left;
    color: #888888;
    height: 20px;
    padding-left: 3px;
}

.basic_left_site .bottom .alink{
    margin-top: 21px;
    display: inline-block;
    /*border: 2px solid #005FAC;*/
    border: 2px solid #005fac;
    width: 105px;
    height: 26px;
    line-height: 26px;
    background-color: #ffffff;
    /*color: #005fac;*/
    color: #7399c7;
    text-align: center;
}

.basic_left_site .bottom .alink:hover{
    background-color: #efefef;
    color: #005fac;
}

.basic_left_site .bottom .msg{
    margin-top: 23px;
    margin-left: 15px;
    color: #333333;
    font-size: 15px;
}

.basic_left_site .bottom .msg .text{
    line-height: 27px;
    text-align: left;
}




/*  通用标题区  */
.general_title_out{
    width: 100%;
    text-align: center;
}

.general_title_out .general_title{
    padding: 0 100px;
    /*border-bottom: 3px solid #4694EE;*/
    border-bottom: 3px solid #ff5903;
    display: inline-block;
    letter-spacing: 0.8px;
}

.general_title_out .general_title .title_chs2{
    margin-top: 13px;
    margin-bottom: 27px;
}

.general_title_out .general_title .title_chs2 a{
    font-size: 33px;
    line-height: 30px;
}

.general_title_out .general_title .title_chs2 a span{
    margin: 0 5px;
}



/*  分页  */
.page_site{
    margin-top: 18px;
    margin-bottom: 0;
    width: 100%;
}


/*  iframe中的PDF区  */
.iframe_pdf{
	margin-top:33px;
	margin-left:19px;
    width: 921px;
    height: 1000px;
	border:1px solid #cfcfcf;
}
